'Declaration
Protected Overloads Function Location(Of T1)( _ ByVal expression As Expression(Of Func(Of Func(Of T1,IHttpActionResult))), _ Optional ByVal values As IDictionary(Of String,Object) _ ) As String
protected string Location<T1>( Expression<Func<Func<T1,IHttpActionResult>>> expression, IDictionary<string,object> values )
Parameters
- expression
- The expression which returns the function of calling the action method.
- values
- The dictionary that contains the parameters for the action.
Type Parameters
- T1
Return Value
The absolute url for the specified action.